-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
token 2022: add UpdateGroupAuthority
instruction from SPL Token Group interface
#5627
Merged
buffalojoec
merged 1 commit into
master
from
10-18-token_2022_add_UpdateGroupAuthority_instruction_from_SPL_Token_Group_interface
Nov 15, 2023
Merged
token 2022: add UpdateGroupAuthority
instruction from SPL Token Group interface
#5627
buffalojoec
merged 1 commit into
master
from
10-18-token_2022_add_UpdateGroupAuthority_instruction_from_SPL_Token_Group_interface
Nov 15, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Oct 21, 2023
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
branch
from
October 21, 2023 14:55
f89116d
to
0b2bfa8
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupAuthority_instruction_from_SPL_Token_Group_interface
branch
2 times, most recently
from
October 22, 2023 12:18
2634c63
to
2c99ff5
Compare
This was referenced Oct 22, 2023
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
branch
from
October 23, 2023 12:35
0b2bfa8
to
57c6b07
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupAuthority_instruction_from_SPL_Token_Group_interface
branch
2 times, most recently
from
October 23, 2023 12:57
9a2a085
to
6a54e00
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
branch
from
October 24, 2023 10:39
57c6b07
to
2194647
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupAuthority_instruction_from_SPL_Token_Group_interface
branch
from
October 24, 2023 10:40
6a54e00
to
818d2b5
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
branch
from
November 6, 2023 20:58
2194647
to
4f893c0
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupAuthority_instruction_from_SPL_Token_Group_interface
branch
from
November 6, 2023 20:58
818d2b5
to
13cb705
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
branch
from
November 9, 2023 09:13
4f893c0
to
a0fc789
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupAuthority_instruction_from_SPL_Token_Group_interface
branch
from
November 9, 2023 09:13
13cb705
to
c7b0233
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
branch
from
November 9, 2023 14:31
a0fc789
to
21d7820
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupAuthority_instruction_from_SPL_Token_Group_interface
branch
from
November 9, 2023 14:32
c7b0233
to
bf04d1b
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
branch
from
November 10, 2023 13:33
21d7820
to
2165e66
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupAuthority_instruction_from_SPL_Token_Group_interface
branch
from
November 10, 2023 13:34
bf04d1b
to
65ac100
Compare
buffalojoec
added
the
do-not-close
Add this tag to exempt a PR / issue from being closed automatically
label
Nov 12, 2023
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
branch
from
November 14, 2023 14:36
2165e66
to
221ce2d
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupAuthority_instruction_from_SPL_Token_Group_interface
branch
from
November 14, 2023 14:36
65ac100
to
3cf8ea8
Compare
This was referenced Nov 14, 2023
joncinque
previously approved these changes
Nov 15, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Base automatically changed from
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
to
master
November 15, 2023 14:40
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupAuthority_instruction_from_SPL_Token_Group_interface
branch
from
November 15, 2023 14:57
3cf8ea8
to
9e3250a
Compare
mergify
bot
dismissed
joncinque’s stale review
November 15, 2023 14:58
Pull request has been modified.
buffalojoec
deleted the
10-18-token_2022_add_UpdateGroupAuthority_instruction_from_SPL_Token_Group_interface
branch
November 15, 2023 15:23
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds the
UpdateGroupAuthority
instruction to Token2022 - from the SPL Token Group interface.